projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
939c9c5
)
(event-closest-point): Fix paren error.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 20 May 1997 17:17:39 +0000
(17:17 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 20 May 1997 17:17:39 +0000
(17:17 +0000)
lisp/emacs-lisp/levents.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/levents.el
b/lisp/emacs-lisp/levents.el
index ed12511f32219d7fbe9baaaf97ec909625e21378..f62e37607dd787068b3d311cc931e3478b24b1f3 100644
(file)
--- a/
lisp/emacs-lisp/levents.el
+++ b/
lisp/emacs-lisp/levents.el
@@
-192,7
+192,7
@@
or for window WINDOW if that is specified."
(if (windowp end-w)
(nth 1 (window-edges end-w))
(/ (cdr (posn-x-y (event-end event)))
- (
(frame-char-height end-w)
))))
+ (
frame-char-height end-w
))))
(if (>= end-w-top w-top)
(event-closest-point-1 start-window)
(window-start start-window)))))